5.5
MEDIUM CVSS 3.1
CVE-2022-48713
perf/x86/intel/pt: Fix crash with stop filters in single-range mode
Description

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/pt: Fix crash with stop filters in single-range mode Add a check for !buf->single before calling pt_buffer_region_size in a place where a missing check can cause a kernel crash. Fixes a bug introduced by commit 670638477aed ("perf/x86/intel/pt: Opportunistically use single range output mode"), which added a support for PT single-range output mode. Since that commit if a PT stop filter range is hit while tracing, the kernel will crash because of a null pointer dereference in pt_handle_status due to calling pt_buffer_region_size without a ToPA configured. The commit which introduced single-range mode guarded almost all uses of the ToPA buffer variables with checks of the buf->single variable, but missed the case where tracing was stopped by the PT hardware, which happens when execution hits a configured stop filter. Tested that hitting a stop filter while PT recording successfully records a trace with this patch but crashes without this patch.

INFO

Published Date :

June 20, 2024, 11:15 a.m.

Last Modified :

Sept. 17, 2025, 5:12 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2022-48713 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
Solution
Update the Linux kernel to address a null pointer dereference vulnerability.
  • Update the kernel packages.
  • Reboot the system.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2022-48713 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2022-48713 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2022-48713 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2022-48713 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Sep. 17, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-476
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 5.16.8 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.22 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.99
    Added Reference Type CVE: https://git.kernel.org/stable/c/1d9093457b243061a9bba23543c38726e864a643 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/1d9093457b243061a9bba23543c38726e864a643 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/456f041e035913fcedb275aff6f8a71dfebcd394 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/456f041e035913fcedb275aff6f8a71dfebcd394 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/e83d941fd3445f660d2f43647c580a320cc384f6 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/e83d941fd3445f660d2f43647c580a320cc384f6 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/feffb6ae2c80b9a8206450cdef90f5943baced99 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/feffb6ae2c80b9a8206450cdef90f5943baced99 Types: Patch
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 21, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/1d9093457b243061a9bba23543c38726e864a643
    Added Reference https://git.kernel.org/stable/c/456f041e035913fcedb275aff6f8a71dfebcd394
    Added Reference https://git.kernel.org/stable/c/e83d941fd3445f660d2f43647c580a320cc384f6
    Added Reference https://git.kernel.org/stable/c/feffb6ae2c80b9a8206450cdef90f5943baced99
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 20, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/pt: Fix crash with stop filters in single-range mode Add a check for !buf->single before calling pt_buffer_region_size in a place where a missing check can cause a kernel crash. Fixes a bug introduced by commit 670638477aed ("perf/x86/intel/pt: Opportunistically use single range output mode"), which added a support for PT single-range output mode. Since that commit if a PT stop filter range is hit while tracing, the kernel will crash because of a null pointer dereference in pt_handle_status due to calling pt_buffer_region_size without a ToPA configured. The commit which introduced single-range mode guarded almost all uses of the ToPA buffer variables with checks of the buf->single variable, but missed the case where tracing was stopped by the PT hardware, which happens when execution hits a configured stop filter. Tested that hitting a stop filter while PT recording successfully records a trace with this patch but crashes without this patch.
    Added Reference kernel.org https://git.kernel.org/stable/c/456f041e035913fcedb275aff6f8a71dfebcd394 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/e83d941fd3445f660d2f43647c580a320cc384f6 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/feffb6ae2c80b9a8206450cdef90f5943baced99 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/1d9093457b243061a9bba23543c38726e864a643 [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 5.5
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact